Html Css Color HEX #68D6EA Turquoise Blue

📋 copy color: '#68D6EA'

red 104 ◦ green 214 ◦ blue 234

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

Shades of Turquoise Blue #68D6EA

Tints of Turquoise Blue #68D6EA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.77%

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

R = 18.84%
G = 38.77%
B = 42.39%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68D6EA (or 0x68D6EA) is known color: Turquoise Blue. HEX triplet: 68, D6 and EA. RGB value is (104,214,234). Sum of RGB (Red+Green+Blue) = 104+214+234=552 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.84% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #68D6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D6EA is #972915. Grayscale: #B7B7B7. Windows color (decimal): -9906454 or 15390312. OLE color: 15390312.

HSL color Cylindrical-coordinate representation of color #68D6EA: hue angle of 189.23º 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 #68D6EA is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 214 234 -
CMYK 0.56 0.09 0 0.08
HSL 189.23º 0.76% 0.66% -
HSV(B) 189.23º 0.56% 0.92% -
XYZ 44.61 56.98 86.49 -
YUV 183.39 156.56 71.37 -
System Red Green Blue C M Y K H S L
Decimal 104 214 234 0.56 0.09 0 0.08 189.23 0.76 0.66
Hex 68 D6 EA 38 9 0 8 BD 4C 42
Octal 150 326 352 70 11 0 10 275 114 102
Binary 1101000 11010110 11101010 111000 1001 0 1000 10111101 1001100 1000010

Color Harmonies of #68D6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D6EA

Black with #68D6EA

Text Example


Text Example

White with #68D6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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