Html Css Color HEX #0BFDDA Bright Turquoise

📋 copy color: '#0BFDDA'

red 11 ◦ green 253 ◦ blue 218

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

Shades of Bright Turquoise #0BFDDA

Tints of Bright Turquoise #0BFDDA

RGB

 RED value IS 11 (4.69% from 255) = 2.28%

 GREEN value IS 253 (99.22% from 255) = 52.49%

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

R = 2.28%
G = 52.49%
B = 45.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#0BFDDA (or 0x0BFDDA) is known color: Bright Turquoise. HEX triplet: 0B, FD and DA. RGB value is (11,253,218). Sum of RGB (Red+Green+Blue) = 11+253+218=482 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.28% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #0BFDDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFDDA is #F40225. Grayscale: #B0B0B0. Windows color (decimal): -15991334 or 14351627. OLE color: 14351627.

HSL color Cylindrical-coordinate representation of color #0BFDDA: hue angle of 171.32º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFDDA is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 11 253 218 -
CMYK 0.96 0 0.14 0.01
HSL 171.32º 0.98% 0.52% -
HSV(B) 171.32º 0.96% 0.99% -
XYZ 47.92 75.38 78.35 -
YUV 176.65 151.33 9.85 -
System Red Green Blue C M Y K H S L
Decimal 11 253 218 0.96 0 0.14 0.01 171.32 0.98 0.52
Hex B FD DA 60 0 E 1 AB 62 34
Octal 13 375 332 140 0 16 1 253 142 64
Binary 1011 11111101 11011010 1100000 0 1110 1 10101011 1100010 110100

Color Harmonies of #0BFDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFDDA

Black with #0BFDDA

Text Example


Text Example

White with #0BFDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BFDDA; }

 p { color: rgb(11,253,218); }

 H1.HeaderClassName
 {
   color: #0BFDDA;
 }
 .AnyTagClassName
 {
   color: #0BFDDA;
 }
</style>

background-color css

<style>
 a { background-color: #0BFDDA; }

 a { background-color: rgb(11,253,218); }

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

border-color css

<style>
 span { border-color: #0BFDDA; }

 span { border-color: rgb(11,253,218); }

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