Html Css Color HEX #65CFEC Turquoise Blue

📋 copy color: '#65CFEC'

red 101 ◦ green 207 ◦ blue 236

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

Shades of Turquoise Blue #65CFEC

Tints of Turquoise Blue #65CFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.05%

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 18.57%
G = 38.05%
B = 43.38%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#65CFEC (or 0x65CFEC) is known color: Turquoise Blue. HEX triplet: 65, CF and EC. RGB value is (101,207,236). Sum of RGB (Red+Green+Blue) = 101+207+236=544 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.57% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #65CFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CFEC is #9A3013. Grayscale: #B2B2B2. Windows color (decimal): -10104852 or 15519589. OLE color: 15519589.

HSL color Cylindrical-coordinate representation of color #65CFEC: hue angle of 192.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65CFEC is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 207 236 -
CMYK 0.57 0.12 0 0.07
HSL 192.89º 0.78% 0.66% -
HSV(B) 192.89º 0.57% 0.93% -
XYZ 42.82 53.45 87.42 -
YUV 178.61 160.38 72.64 -
System Red Green Blue C M Y K H S L
Decimal 101 207 236 0.57 0.12 0 0.07 192.89 0.78 0.66
Hex 65 CF EC 39 C 0 7 C1 4E 42
Octal 145 317 354 71 14 0 7 301 116 102
Binary 1100101 11001111 11101100 111001 1100 0 111 11000001 1001110 1000010

Color Harmonies of #65CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CFEC

Black with #65CFEC

Text Example


Text Example

White with #65CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,207,236); }

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

background-color css

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

 a { background-color: rgb(101,207,236); }

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

border-color css

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

 span { border-color: rgb(101,207,236); }

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