Html Css Color HEX #03BFDA Dark Turquoise

📋 copy color: '#03BFDA'

red 3 ◦ green 191 ◦ blue 218

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

Shades of Dark Turquoise #03BFDA

Tints of Dark Turquoise #03BFDA

RGB

 RED value IS 3 (1.56% from 255) = 0.73%

 GREEN value IS 191 (75% from 255) = 46.36%

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

R = 0.73%
G = 46.36%
B = 52.91%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#03BFDA (or 0x03BFDA) is known color: Dark Turquoise. HEX triplet: 03, BF and DA. RGB value is (3,191,218). Sum of RGB (Red+Green+Blue) = 3+191+218=412 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #03BFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFDA is #FC4025. Grayscale: #898989. Windows color (decimal): -16531494 or 14335747. OLE color: 14335747.

HSL color Cylindrical-coordinate representation of color #03BFDA: hue angle of 187.53º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BFDA is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 191 218 -
CMYK 0.99 0.12 0 0.15
HSL 187.53º 0.97% 0.43% -
HSV(B) 187.53º 0.99% 0.85% -
XYZ 31.32 42.34 72.85 -
YUV 137.87 173.22 31.8 -
System Red Green Blue C M Y K H S L
Decimal 3 191 218 0.99 0.12 0 0.15 187.53 0.97 0.43
Hex 3 BF DA 63 C 0 F BC 61 2B
Octal 3 277 332 143 14 0 17 274 141 53
Binary 11 10111111 11011010 1100011 1100 0 1111 10111100 1100001 101011

Color Harmonies of #03BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BFDA

Black with #03BFDA

Text Example


Text Example

White with #03BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BFDA; }

 p { color: rgb(3,191,218); }

 H1.HeaderClassName
 {
   color: #03BFDA;
 }
 .AnyTagClassName
 {
   color: #03BFDA;
 }
</style>

background-color css

<style>
 a { background-color: #03BFDA; }

 a { background-color: rgb(3,191,218); }

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

border-color css

<style>
 span { border-color: #03BFDA; }

 span { border-color: rgb(3,191,218); }

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