Html Css Color HEX #68EAF0 Turquoise Blue

📋 copy color: '#68EAF0'

red 104 ◦ green 234 ◦ blue 240

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

Shades of Turquoise Blue #68EAF0

Tints of Turquoise Blue #68EAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.52%

R = 17.99%
G = 40.48%
B = 41.52%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68EAF0 (or 0x68EAF0) is known color: Turquoise Blue. HEX triplet: 68, EA and F0. RGB value is (104,234,240). Sum of RGB (Red+Green+Blue) = 104+234+240=578 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.99% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #68EAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EAF0 is #97150F. Grayscale: #C3C3C3. Windows color (decimal): -9901328 or 15788648. OLE color: 15788648.

HSL color Cylindrical-coordinate representation of color #68EAF0: hue angle of 182.65º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68EAF0 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 234 240 -
CMYK 0.57 0.02 0 0.06
HSL 182.65º 0.82% 0.67% -
HSV(B) 182.65º 0.57% 0.94% -
XYZ 50.86 68.08 92.9 -
YUV 195.81 152.93 62.51 -
System Red Green Blue C M Y K H S L
Decimal 104 234 240 0.57 0.02 0 0.06 182.65 0.82 0.67
Hex 68 EA F0 39 2 0 6 B7 52 43
Octal 150 352 360 71 2 0 6 267 122 103
Binary 1101000 11101010 11110000 111001 10 0 110 10110111 1010010 1000011

Color Harmonies of #68EAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EAF0

Black with #68EAF0

Text Example


Text Example

White with #68EAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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