Html Css Color HEX #68CFD6 Turquoise Blue

📋 copy color: '#68CFD6'

red 104 ◦ green 207 ◦ blue 214

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

Shades of Turquoise Blue #68CFD6

Tints of Turquoise Blue #68CFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.76%

R = 19.81%
G = 39.43%
B = 40.76%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#68CFD6 (or 0x68CFD6) is known color: Turquoise Blue. HEX triplet: 68, CF and D6. RGB value is (104,207,214). Sum of RGB (Red+Green+Blue) = 104+207+214=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #68CFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFD6 is #973029. Grayscale: #B0B0B0. Windows color (decimal): -9908266 or 14077800. OLE color: 14077800.

HSL color Cylindrical-coordinate representation of color #68CFD6: hue angle of 183.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68CFD6 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 207 214 -
CMYK 0.51 0.03 0 0.16
HSL 183.82º 0.57% 0.62% -
HSV(B) 183.82º 0.51% 0.84% -
XYZ 40.16 52.42 71.62 -
YUV 177 148.88 75.93 -
System Red Green Blue C M Y K H S L
Decimal 104 207 214 0.51 0.03 0 0.16 183.82 0.57 0.62
Hex 68 CF D6 33 3 0 10 B8 39 3E
Octal 150 317 326 63 3 0 20 270 71 76
Binary 1101000 11001111 11010110 110011 11 0 10000 10111000 111001 111110

Color Harmonies of #68CFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFD6

Black with #68CFD6

Text Example


Text Example

White with #68CFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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