Html Css Color HEX #68CFEA Turquoise Blue

📋 copy color: '#68CFEA'

red 104 ◦ green 207 ◦ blue 234

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

Shades of Turquoise Blue #68CFEA

Tints of Turquoise Blue #68CFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.98%

 BLUE value IS 234 (91.8% from 255) = 42.94%

R = 19.08%
G = 37.98%
B = 42.94%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68CFEA (or 0x68CFEA) is known color: Turquoise Blue. HEX triplet: 68, CF and EA. RGB value is (104,207,234). Sum of RGB (Red+Green+Blue) = 104+207+234=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #68CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CFEA is #973015. Grayscale: #B3B3B3. Windows color (decimal): -9908246 or 15388520. OLE color: 15388520.

HSL color Cylindrical-coordinate representation of color #68CFEA: hue angle of 192.46º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68CFEA is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 207 234 -
CMYK 0.56 0.12 0 0.08
HSL 192.46º 0.76% 0.66% -
HSV(B) 192.46º 0.56% 0.92% -
XYZ 42.87 53.51 85.91 -
YUV 179.28 158.88 74.3 -
System Red Green Blue C M Y K H S L
Decimal 104 207 234 0.56 0.12 0 0.08 192.46 0.76 0.66
Hex 68 CF EA 38 C 0 8 C0 4C 42
Octal 150 317 352 70 14 0 10 300 114 102
Binary 1101000 11001111 11101010 111000 1100 0 1000 11000000 1001100 1000010

Color Harmonies of #68CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFEA

Black with #68CFEA

Text Example


Text Example

White with #68CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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