Html Css Color HEX #68EAF3 Turquoise Blue

📋 copy color: '#68EAF3'

red 104 ◦ green 234 ◦ blue 243

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

Shades of Turquoise Blue #68EAF3

Tints of Turquoise Blue #68EAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.82%

R = 17.9%
G = 40.28%
B = 41.82%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#68EAF3 (or 0x68EAF3) is known color: Turquoise Blue. HEX triplet: 68, EA and F3. RGB value is (104,234,243). Sum of RGB (Red+Green+Blue) = 104+234+243=581 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.90% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #68EAF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EAF3 is #97150C. Grayscale: #C3C3C3. Windows color (decimal): -9901325 or 15985256. OLE color: 15985256.

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

Color convert

RGB 104 234 243 -
CMYK 0.57 0.04 0 0.05
HSL 183.88º 0.85% 0.68% -
HSV(B) 183.88º 0.57% 0.95% -
XYZ 51.31 68.26 95.27 -
YUV 196.16 154.43 62.27 -
System Red Green Blue C M Y K H S L
Decimal 104 234 243 0.57 0.04 0 0.05 183.88 0.85 0.68
Hex 68 EA F3 39 4 0 5 B8 55 44
Octal 150 352 363 71 4 0 5 270 125 104
Binary 1101000 11101010 11110011 111001 100 0 101 10111000 1010101 1000100

Color Harmonies of #68EAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EAF3

Black with #68EAF3

Text Example


Text Example

White with #68EAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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