Html Css Color HEX #65CBEC Turquoise Blue

📋 copy color: '#65CBEC'

red 101 ◦ green 203 ◦ blue 236

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

Shades of Turquoise Blue #65CBEC

Tints of Turquoise Blue #65CBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.59%

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

R = 18.7%
G = 37.59%
B = 43.7%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#65CBEC (or 0x65CBEC) is known color: Turquoise Blue. HEX triplet: 65, CB and EC. RGB value is (101,203,236). Sum of RGB (Red+Green+Blue) = 101+203+236=540 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.70% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #65CBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CBEC is #9A3413. Grayscale: #B0B0B0. Windows color (decimal): -10105876 or 15518565. OLE color: 15518565.

HSL color Cylindrical-coordinate representation of color #65CBEC: hue angle of 194.67º 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 #65CBEC is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 203 236 -
CMYK 0.57 0.14 0 0.07
HSL 194.67º 0.78% 0.66% -
HSV(B) 194.67º 0.57% 0.93% -
XYZ 41.86 51.53 87.1 -
YUV 176.26 161.71 74.32 -
System Red Green Blue C M Y K H S L
Decimal 101 203 236 0.57 0.14 0 0.07 194.67 0.78 0.66
Hex 65 CB EC 39 E 0 7 C3 4E 42
Octal 145 313 354 71 16 0 7 303 116 102
Binary 1100101 11001011 11101100 111001 1110 0 111 11000011 1001110 1000010

Color Harmonies of #65CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CBEC

Black with #65CBEC

Text Example


Text Example

White with #65CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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