Html Css Color HEX #67DEDD Turquoise Blue

📋 copy color: '#67DEDD'

red 103 ◦ green 222 ◦ blue 221

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

Shades of Turquoise Blue #67DEDD

Tints of Turquoise Blue #67DEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.66%

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 18.86%
G = 40.66%
B = 40.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#67DEDD (or 0x67DEDD) is known color: Turquoise Blue. HEX triplet: 67, DE and DD. RGB value is (103,222,221). Sum of RGB (Red+Green+Blue) = 103+222+221=546 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.86% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #67DEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DEDD is #982122. Grayscale: #BABABA. Windows color (decimal): -9969955 or 14540391. OLE color: 14540391.

HSL color Cylindrical-coordinate representation of color #67DEDD: hue angle of 179.5º degrees, saturation: 0.64, 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 #67DEDD is Cyan = 0.54, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 222 221 -
CMYK 0.54 0 0.00 0.13
HSL 179.5º 0.64% 0.64% -
HSV(B) 179.5º 0.54% 0.87% -
XYZ 44.77 60.35 77.7 -
YUV 186.31 147.58 68.58 -
System Red Green Blue C M Y K H S L
Decimal 103 222 221 0.54 0 0.00 0.13 179.5 0.64 0.64
Hex 67 DE DD 36 0 0 D B3 40 40
Octal 147 336 335 66 0 0 15 263 100 100
Binary 1100111 11011110 11011101 110110 0 0 1101 10110011 1000000 1000000

Color Harmonies of #67DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DEDD

Black with #67DEDD

Text Example


Text Example

White with #67DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,222,221); }

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

background-color css

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

 a { background-color: rgb(103,222,221); }

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

border-color css

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

 span { border-color: rgb(103,222,221); }

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