Html Css Color HEX #68DEEA Turquoise Blue

📋 copy color: '#68DEEA'

red 104 ◦ green 222 ◦ blue 234

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

Shades of Turquoise Blue #68DEEA

Tints of Turquoise Blue #68DEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.64%

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 18.57%
G = 39.64%
B = 41.79%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68DEEA (or 0x68DEEA) is known color: Turquoise Blue. HEX triplet: 68, DE and EA. RGB value is (104,222,234). Sum of RGB (Red+Green+Blue) = 104+222+234=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #68DEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DEEA is #972115. Grayscale: #BBBBBB. Windows color (decimal): -9904406 or 15392360. OLE color: 15392360.

HSL color Cylindrical-coordinate representation of color #68DEEA: hue angle of 185.54º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68DEEA is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 222 234 -
CMYK 0.56 0.05 0 0.08
HSL 185.54º 0.76% 0.66% -
HSV(B) 185.54º 0.56% 0.92% -
XYZ 46.68 61.13 87.18 -
YUV 188.09 153.91 68.02 -
System Red Green Blue C M Y K H S L
Decimal 104 222 234 0.56 0.05 0 0.08 185.54 0.76 0.66
Hex 68 DE EA 38 5 0 8 BA 4C 42
Octal 150 336 352 70 5 0 10 272 114 102
Binary 1101000 11011110 11101010 111000 101 0 1000 10111010 1001100 1000010

Color Harmonies of #68DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DEEA

Black with #68DEEA

Text Example


Text Example

White with #68DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,222,234); }

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

background-color css

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

 a { background-color: rgb(104,222,234); }

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

border-color css

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

 span { border-color: rgb(104,222,234); }

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