Html Css Color HEX #65F0E6 Turquoise Blue

📋 copy color: '#65F0E6'

red 101 ◦ green 240 ◦ blue 230

#65F0E6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #65F0E6

Tints of Turquoise Blue #65F0E6

RGB

 RED value IS 101 (39.84% from 255) = 17.69%

 GREEN value IS 240 (94.14% from 255) = 42.03%

 BLUE value IS 230 (90.23% from 255) = 40.28%

R = 17.69%
G = 42.03%
B = 40.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65F0E6 (or 0x65F0E6) is known color: Turquoise Blue. HEX triplet: 65, F0 and E6. RGB value is (101,240,230). Sum of RGB (Red+Green+Blue) = 101+240+230=571 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.69% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #65F0E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F0E6 is #9A0F19. Grayscale: #C5C5C5. Windows color (decimal): -10096410 or 15134821. OLE color: 15134821.

HSL color Cylindrical-coordinate representation of color #65F0E6: hue angle of 175.68º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F0E6 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 240 230 -
CMYK 0.58 0 0.04 0.06
HSL 175.68º 0.82% 0.67% -
HSV(B) 175.68º 0.58% 0.94% -
XYZ 50.81 70.8 85.85 -
YUV 197.3 146.45 59.31 -
System Red Green Blue C M Y K H S L
Decimal 101 240 230 0.58 0 0.04 0.06 175.68 0.82 0.67
Hex 65 F0 E6 3A 0 4 6 B0 52 43
Octal 145 360 346 72 0 4 6 260 122 103
Binary 1100101 11110000 11100110 111010 0 100 110 10110000 1010010 1000011

Color Harmonies of #65F0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65F0E6

Black with #65F0E6

Text Example


Text Example

White with #65F0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65F0E6; }

 p { color: rgb(101,240,230); }

 H1.HeaderClassName
 {
   color: #65F0E6;
 }
 .AnyTagClassName
 {
   color: #65F0E6;
 }
</style>

background-color css

<style>
 a { background-color: #65F0E6; }

 a { background-color: rgb(101,240,230); }

 div.DivClassName
 {
   background-color: #65F0E6;
 }
 .BgClassName
 {
   background-color: #65F0E6;
 }
</style>

border-color css

<style>
 span { border-color: #65F0E6; }

 span { border-color: rgb(101,240,230); }

 td.TdClassName
 {
   border-color: #65F0E6;
 }
 .TagClassName
 {
   border-color: #65F0E6;
 }
</style>