Html Css Color HEX #67DFD6 Turquoise Blue

📋 copy color: '#67DFD6'

red 103 ◦ green 223 ◦ blue 214

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

Shades of Turquoise Blue #67DFD6

Tints of Turquoise Blue #67DFD6

RGB

 RED value IS 103 (40.63% from 255) = 19.07%

 GREEN value IS 223 (87.5% from 255) = 41.3%

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

R = 19.07%
G = 41.3%
B = 39.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#67DFD6 (or 0x67DFD6) is known color: Turquoise Blue. HEX triplet: 67, DF and D6. RGB value is (103,223,214). Sum of RGB (Red+Green+Blue) = 103+223+214=540 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.07% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #67DFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DFD6 is #982029. Grayscale: #BABABA. Windows color (decimal): -9969706 or 14081895. OLE color: 14081895.

HSL color Cylindrical-coordinate representation of color #67DFD6: hue angle of 175.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67DFD6 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 223 214 -
CMYK 0.54 0 0.04 0.13
HSL 175.5º 0.65% 0.64% -
HSV(B) 175.5º 0.54% 0.87% -
XYZ 44.12 60.51 72.97 -
YUV 186.09 143.74 68.73 -
System Red Green Blue C M Y K H S L
Decimal 103 223 214 0.54 0 0.04 0.13 175.5 0.65 0.64
Hex 67 DF D6 36 0 4 D B0 41 40
Octal 147 337 326 66 0 4 15 260 101 100
Binary 1100111 11011111 11010110 110110 0 100 1101 10110000 1000001 1000000

Color Harmonies of #67DFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DFD6

Black with #67DFD6

Text Example


Text Example

White with #67DFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67DFD6; }

 p { color: rgb(103,223,214); }

 H1.HeaderClassName
 {
   color: #67DFD6;
 }
 .AnyTagClassName
 {
   color: #67DFD6;
 }
</style>

background-color css

<style>
 a { background-color: #67DFD6; }

 a { background-color: rgb(103,223,214); }

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

border-color css

<style>
 span { border-color: #67DFD6; }

 span { border-color: rgb(103,223,214); }

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