Html Css Color HEX #1BCFDA Dark Turquoise

📋 copy color: '#1BCFDA'

red 27 ◦ green 207 ◦ blue 218

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

Shades of Dark Turquoise #1BCFDA

Tints of Dark Turquoise #1BCFDA

RGB

 RED value IS 27 (10.94% from 255) = 5.97%

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

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

R = 5.97%
G = 45.8%
B = 48.23%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1BCFDA (or 0x1BCFDA) is known color: Dark Turquoise. HEX triplet: 1B, CF and DA. RGB value is (27,207,218). Sum of RGB (Red+Green+Blue) = 27+207+218=452 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.97% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #1BCFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCFDA is #E43025. Grayscale: #9A9A9A. Windows color (decimal): -14954534 or 14339867. OLE color: 14339867.

HSL color Cylindrical-coordinate representation of color #1BCFDA: hue angle of 183.46º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCFDA is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 27 207 218 -
CMYK 0.88 0.05 0 0.15
HSL 183.46º 0.78% 0.48% -
HSV(B) 183.46º 0.88% 0.85% -
XYZ 35.42 49.92 74.1 -
YUV 154.43 163.87 37.11 -
System Red Green Blue C M Y K H S L
Decimal 27 207 218 0.88 0.05 0 0.15 183.46 0.78 0.48
Hex 1B CF DA 58 5 0 F B7 4E 30
Octal 33 317 332 130 5 0 17 267 116 60
Binary 11011 11001111 11011010 1011000 101 0 1111 10110111 1001110 110000

Color Harmonies of #1BCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCFDA

Black with #1BCFDA

Text Example


Text Example

White with #1BCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BCFDA; }

 p { color: rgb(27,207,218); }

 H1.HeaderClassName
 {
   color: #1BCFDA;
 }
 .AnyTagClassName
 {
   color: #1BCFDA;
 }
</style>

background-color css

<style>
 a { background-color: #1BCFDA; }

 a { background-color: rgb(27,207,218); }

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

border-color css

<style>
 span { border-color: #1BCFDA; }

 span { border-color: rgb(27,207,218); }

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