Html Css Color HEX #68EAE4 Turquoise Blue

📋 copy color: '#68EAE4'

red 104 ◦ green 234 ◦ blue 228

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

Shades of Turquoise Blue #68EAE4

Tints of Turquoise Blue #68EAE4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.34%

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

R = 18.37%
G = 41.34%
B = 40.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#68EAE4 (or 0x68EAE4) is known color: Turquoise Blue. HEX triplet: 68, EA and E4. RGB value is (104,234,228). Sum of RGB (Red+Green+Blue) = 104+234+228=566 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.37% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAE4 is #97151B. Grayscale: #C2C2C2. Windows color (decimal): -9901340 or 15002216. OLE color: 15002216.

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

Color convert

RGB 104 234 228 -
CMYK 0.56 0 0.03 0.08
HSL 177.23º 0.76% 0.66% -
HSV(B) 177.23º 0.56% 0.92% -
XYZ 49.14 67.39 83.82 -
YUV 194.45 146.93 63.49 -
System Red Green Blue C M Y K H S L
Decimal 104 234 228 0.56 0 0.03 0.08 177.23 0.76 0.66
Hex 68 EA E4 38 0 3 8 B1 4C 42
Octal 150 352 344 70 0 3 10 261 114 102
Binary 1101000 11101010 11100100 111000 0 11 1000 10110001 1001100 1000010

Color Harmonies of #68EAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EAE4

Black with #68EAE4

Text Example


Text Example

White with #68EAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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