Html Css Color HEX #0BFDCF Bright Turquoise

📋 copy color: '#0BFDCF'

red 11 ◦ green 253 ◦ blue 207

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

Shades of Bright Turquoise #0BFDCF

Tints of Bright Turquoise #0BFDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.95%

R = 2.34%
G = 53.72%
B = 43.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#0BFDCF (or 0x0BFDCF) is known color: Bright Turquoise. HEX triplet: 0B, FD and CF. RGB value is (11,253,207). Sum of RGB (Red+Green+Blue) = 11+253+207=471 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.34% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #0BFDCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFDCF is #F40230. Grayscale: #AFAFAF. Windows color (decimal): -15991345 or 13630731. OLE color: 13630731.

HSL color Cylindrical-coordinate representation of color #0BFDCF: hue angle of 168.6º 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 #0BFDCF is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 11 253 207 -
CMYK 0.96 0 0.18 0.01
HSL 168.6º 0.98% 0.52% -
HSV(B) 168.6º 0.96% 0.99% -
XYZ 46.53 74.83 71.02 -
YUV 175.4 145.83 10.74 -
System Red Green Blue C M Y K H S L
Decimal 11 253 207 0.96 0 0.18 0.01 168.6 0.98 0.52
Hex B FD CF 60 0 12 1 A9 62 34
Octal 13 375 317 140 0 22 1 251 142 64
Binary 1011 11111101 11001111 1100000 0 10010 1 10101001 1100010 110100

Color Harmonies of #0BFDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFDCF

Black with #0BFDCF

Text Example


Text Example

White with #0BFDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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