Html Css Color HEX #68CFD7 Turquoise Blue

📋 copy color: '#68CFD7'

red 104 ◦ green 207 ◦ blue 215

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

Shades of Turquoise Blue #68CFD7

Tints of Turquoise Blue #68CFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.87%

R = 19.77%
G = 39.35%
B = 40.87%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#68CFD7 (or 0x68CFD7) is known color: Turquoise Blue. HEX triplet: 68, CF and D7. RGB value is (104,207,215). Sum of RGB (Red+Green+Blue) = 104+207+215=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #68CFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFD7 is #973028. Grayscale: #B0B0B0. Windows color (decimal): -9908265 or 14143336. OLE color: 14143336.

HSL color Cylindrical-coordinate representation of color #68CFD7: hue angle of 184.32º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68CFD7 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 207 215 -
CMYK 0.52 0.04 0 0.16
HSL 184.32º 0.58% 0.63% -
HSV(B) 184.32º 0.52% 0.84% -
XYZ 40.29 52.48 72.3 -
YUV 177.12 149.38 75.85 -
System Red Green Blue C M Y K H S L
Decimal 104 207 215 0.52 0.04 0 0.16 184.32 0.58 0.63
Hex 68 CF D7 34 4 0 10 B8 3A 3F
Octal 150 317 327 64 4 0 20 270 72 77
Binary 1101000 11001111 11010111 110100 100 0 10000 10111000 111010 111111

Color Harmonies of #68CFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFD7

Black with #68CFD7

Text Example


Text Example

White with #68CFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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