Html Css Color HEX #67DFDA Turquoise Blue

📋 copy color: '#67DFDA'

red 103 ◦ green 223 ◦ blue 218

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

Shades of Turquoise Blue #67DFDA

Tints of Turquoise Blue #67DFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 18.93%
G = 40.99%
B = 40.07%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#67DFDA (or 0x67DFDA) is known color: Turquoise Blue. HEX triplet: 67, DF and DA. RGB value is (103,223,218). Sum of RGB (Red+Green+Blue) = 103+223+218=544 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.93% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #67DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DFDA is #982025. Grayscale: #BABABA. Windows color (decimal): -9969702 or 14344039. OLE color: 14344039.

HSL color Cylindrical-coordinate representation of color #67DFDA: hue angle of 177.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 #67DFDA is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 223 218 -
CMYK 0.54 0 0.02 0.13
HSL 177.5º 0.65% 0.64% -
HSV(B) 177.5º 0.54% 0.87% -
XYZ 44.64 60.72 75.7 -
YUV 186.55 145.74 68.41 -
System Red Green Blue C M Y K H S L
Decimal 103 223 218 0.54 0 0.02 0.13 177.5 0.65 0.64
Hex 67 DF DA 36 0 2 D B2 41 40
Octal 147 337 332 66 0 2 15 262 101 100
Binary 1100111 11011111 11011010 110110 0 10 1101 10110010 1000001 1000000

Color Harmonies of #67DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DFDA

Black with #67DFDA

Text Example


Text Example

White with #67DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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