Html Css Color HEX #68CDE4 Turquoise Blue

📋 copy color: '#68CDE4'

red 104 ◦ green 205 ◦ blue 228

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

Shades of Turquoise Blue #68CDE4

Tints of Turquoise Blue #68CDE4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.18%

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

R = 19.37%
G = 38.18%
B = 42.46%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#68CDE4 (or 0x68CDE4) is known color: Turquoise Blue. HEX triplet: 68, CD and E4. RGB value is (104,205,228). Sum of RGB (Red+Green+Blue) = 104+205+228=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #68CDE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDE4 is #97321B. Grayscale: #B1B1B1. Windows color (decimal): -9908764 or 14994792. OLE color: 14994792.

HSL color Cylindrical-coordinate representation of color #68CDE4: hue angle of 191.13º 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 #68CDE4 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 205 228 -
CMYK 0.54 0.10 0 0.11
HSL 191.13º 0.7% 0.65% -
HSV(B) 191.13º 0.54% 0.89% -
XYZ 41.54 52.21 81.29 -
YUV 177.42 156.54 75.63 -
System Red Green Blue C M Y K H S L
Decimal 104 205 228 0.54 0.10 0 0.11 191.13 0.7 0.65
Hex 68 CD E4 36 A 0 B BF 46 41
Octal 150 315 344 66 12 0 13 277 106 101
Binary 1101000 11001101 11100100 110110 1010 0 1011 10111111 1000110 1000001

Color Harmonies of #68CDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDE4

Black with #68CDE4

Text Example


Text Example

White with #68CDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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