Html Css Color HEX #68CEE3 Turquoise Blue

📋 copy color: '#68CEE3'

red 104 ◦ green 206 ◦ blue 227

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

Shades of Turquoise Blue #68CEE3

Tints of Turquoise Blue #68CEE3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.36%

 BLUE value IS 227 (89.06% from 255) = 42.27%

R = 19.37%
G = 38.36%
B = 42.27%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#68CEE3 (or 0x68CEE3) is known color: Turquoise Blue. HEX triplet: 68, CE and E3. RGB value is (104,206,227). Sum of RGB (Red+Green+Blue) = 104+206+227=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 227 - color contains mainly: blue. Hex color #68CEE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEE3 is #97311C. Grayscale: #B1B1B1. Windows color (decimal): -9908509 or 14929512. OLE color: 14929512.

HSL color Cylindrical-coordinate representation of color #68CEE3: hue angle of 190.24º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68CEE3 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 206 227 -
CMYK 0.54 0.09 0 0.11
HSL 190.24º 0.69% 0.65% -
HSV(B) 190.24º 0.54% 0.89% -
XYZ 41.65 52.63 80.64 -
YUV 177.9 155.71 75.29 -
System Red Green Blue C M Y K H S L
Decimal 104 206 227 0.54 0.09 0 0.11 190.24 0.69 0.65
Hex 68 CE E3 36 9 0 B BE 45 41
Octal 150 316 343 66 11 0 13 276 105 101
Binary 1101000 11001110 11100011 110110 1001 0 1011 10111110 1000101 1000001

Color Harmonies of #68CEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CEE3

Black with #68CEE3

Text Example


Text Example

White with #68CEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,206,227); }

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

background-color css

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

 a { background-color: rgb(104,206,227); }

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

border-color css

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

 span { border-color: rgb(104,206,227); }

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