Html Css Color HEX #68EAF6 Turquoise Blue

📋 copy color: '#68EAF6'

red 104 ◦ green 234 ◦ blue 246

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

Shades of Turquoise Blue #68EAF6

Tints of Turquoise Blue #68EAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.12%

R = 17.81%
G = 40.07%
B = 42.12%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68EAF6 (or 0x68EAF6) is known color: Turquoise Blue. HEX triplet: 68, EA and F6. RGB value is (104,234,246). Sum of RGB (Red+Green+Blue) = 104+234+246=584 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.81% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #68EAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EAF6 is #971509. Grayscale: #C4C4C4. Windows color (decimal): -9901322 or 16181864. OLE color: 16181864.

HSL color Cylindrical-coordinate representation of color #68EAF6: hue angle of 185.07º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68EAF6 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 234 246 -
CMYK 0.58 0.05 0 0.04
HSL 185.07º 0.89% 0.69% -
HSV(B) 185.07º 0.58% 0.96% -
XYZ 51.77 68.44 97.67 -
YUV 196.5 155.93 62.02 -
System Red Green Blue C M Y K H S L
Decimal 104 234 246 0.58 0.05 0 0.04 185.07 0.89 0.69
Hex 68 EA F6 3A 5 0 4 B9 59 45
Octal 150 352 366 72 5 0 4 271 131 105
Binary 1101000 11101010 11110110 111010 101 0 100 10111001 1011001 1000101

Color Harmonies of #68EAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EAF6

Black with #68EAF6

Text Example


Text Example

White with #68EAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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