Html Css Color HEX #68EAF8 Turquoise Blue

📋 copy color: '#68EAF8'

red 104 ◦ green 234 ◦ blue 248

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

Shades of Turquoise Blue #68EAF8

Tints of Turquoise Blue #68EAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.32%

R = 17.75%
G = 39.93%
B = 42.32%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#68EAF8 (or 0x68EAF8) is known color: Turquoise Blue. HEX triplet: 68, EA and F8. RGB value is (104,234,248). Sum of RGB (Red+Green+Blue) = 104+234+248=586 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.75% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #68EAF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EAF8 is #971507. Grayscale: #C4C4C4. Windows color (decimal): -9901320 or 16312936. OLE color: 16312936.

HSL color Cylindrical-coordinate representation of color #68EAF8: hue angle of 185.83º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68EAF8 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 104 234 248 -
CMYK 0.58 0.06 0 0.03
HSL 185.83º 0.91% 0.69% -
HSV(B) 185.83º 0.58% 0.97% -
XYZ 52.08 68.57 99.3 -
YUV 196.73 156.93 61.86 -
System Red Green Blue C M Y K H S L
Decimal 104 234 248 0.58 0.06 0 0.03 185.83 0.91 0.69
Hex 68 EA F8 3A 6 0 3 BA 5B 45
Octal 150 352 370 72 6 0 3 272 133 105
Binary 1101000 11101010 11111000 111010 110 0 11 10111010 1011011 1000101

Color Harmonies of #68EAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EAF8

Black with #68EAF8

Text Example


Text Example

White with #68EAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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