Html Css Color HEX #68CBEC Turquoise Blue

📋 copy color: '#68CBEC'

red 104 ◦ green 203 ◦ blue 236

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

Shades of Turquoise Blue #68CBEC

Tints of Turquoise Blue #68CBEC

RGB

 RED value IS 104 (41.02% from 255) = 19.15%

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

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

R = 19.15%
G = 37.38%
B = 43.46%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68CBEC (or 0x68CBEC) is known color: Turquoise Blue. HEX triplet: 68, CB and EC. RGB value is (104,203,236). Sum of RGB (Red+Green+Blue) = 104+203+236=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #68CBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CBEC is #973413. Grayscale: #B0B0B0. Windows color (decimal): -9909268 or 15518568. OLE color: 15518568.

HSL color Cylindrical-coordinate representation of color #68CBEC: hue angle of 195º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68CBEC is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 203 236 -
CMYK 0.56 0.14 0 0.07
HSL 195º 0.78% 0.67% -
HSV(B) 195º 0.56% 0.93% -
XYZ 42.21 51.71 87.11 -
YUV 177.16 161.2 75.82 -
System Red Green Blue C M Y K H S L
Decimal 104 203 236 0.56 0.14 0 0.07 195 0.78 0.67
Hex 68 CB EC 38 E 0 7 C3 4E 43
Octal 150 313 354 70 16 0 7 303 116 103
Binary 1101000 11001011 11101100 111000 1110 0 111 11000011 1001110 1000011

Color Harmonies of #68CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CBEC

Black with #68CBEC

Text Example


Text Example

White with #68CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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