Html Css Color HEX #68CCE4 Turquoise Blue

📋 copy color: '#68CCE4'

red 104 ◦ green 204 ◦ blue 228

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

Shades of Turquoise Blue #68CCE4

Tints of Turquoise Blue #68CCE4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

 BLUE value IS 228 (89.45% from 255) = 42.54%

R = 19.4%
G = 38.06%
B = 42.54%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#68CCE4 (or 0x68CCE4) is known color: Turquoise Blue. HEX triplet: 68, CC and E4. RGB value is (104,204,228). Sum of RGB (Red+Green+Blue) = 104+204+228=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #68CCE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CCE4 is #97331B. Grayscale: #B0B0B0. Windows color (decimal): -9909020 or 14994536. OLE color: 14994536.

HSL color Cylindrical-coordinate representation of color #68CCE4: hue angle of 191.61º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68CCE4 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 204 228 -
CMYK 0.54 0.11 0 0.11
HSL 191.61º 0.7% 0.65% -
HSV(B) 191.61º 0.54% 0.89% -
XYZ 41.31 51.73 81.21 -
YUV 176.84 156.87 76.05 -
System Red Green Blue C M Y K H S L
Decimal 104 204 228 0.54 0.11 0 0.11 191.61 0.7 0.65
Hex 68 CC E4 36 B 0 B C0 46 41
Octal 150 314 344 66 13 0 13 300 106 101
Binary 1101000 11001100 11100100 110110 1011 0 1011 11000000 1000110 1000001

Color Harmonies of #68CCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CCE4

Black with #68CCE4

Text Example


Text Example

White with #68CCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,204,228); }

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

background-color css

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

 a { background-color: rgb(104,204,228); }

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

border-color css

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

 span { border-color: rgb(104,204,228); }

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