Html Css Color HEX #68EAF4 Turquoise Blue

📋 copy color: '#68EAF4'

red 104 ◦ green 234 ◦ blue 244

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

Shades of Turquoise Blue #68EAF4

Tints of Turquoise Blue #68EAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.92%

R = 17.87%
G = 40.21%
B = 41.92%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68EAF4 (or 0x68EAF4) is known color: Turquoise Blue. HEX triplet: 68, EA and F4. RGB value is (104,234,244). Sum of RGB (Red+Green+Blue) = 104+234+244=582 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.87% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 244 (95.70% from 255 or 41.92% from 582); Max value from RGB is 244 - color contains mainly: blue. Hex color #68EAF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EAF4 is #97150B. Grayscale: #C4C4C4. Windows color (decimal): -9901324 or 16050792. OLE color: 16050792.

HSL color Cylindrical-coordinate representation of color #68EAF4: hue angle of 184.29º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68EAF4 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 234 244 -
CMYK 0.57 0.04 0 0.04
HSL 184.29º 0.86% 0.68% -
HSV(B) 184.29º 0.57% 0.96% -
XYZ 51.46 68.32 96.06 -
YUV 196.27 154.93 62.19 -
System Red Green Blue C M Y K H S L
Decimal 104 234 244 0.57 0.04 0 0.04 184.29 0.86 0.68
Hex 68 EA F4 39 4 0 4 B8 56 44
Octal 150 352 364 71 4 0 4 270 126 104
Binary 1101000 11101010 11110100 111001 100 0 100 10111000 1010110 1000100

Color Harmonies of #68EAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EAF4

Black with #68EAF4

Text Example


Text Example

White with #68EAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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