Html Css Color HEX #0CDDF1 Bright Turquoise

📋 copy color: '#0CDDF1'

red 12 ◦ green 221 ◦ blue 241

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

Shades of Bright Turquoise #0CDDF1

Tints of Bright Turquoise #0CDDF1

RGB

 RED value IS 12 (5.08% from 255) = 2.53%

 GREEN value IS 221 (86.72% from 255) = 46.62%

 BLUE value IS 241 (94.53% from 255) = 50.84%

R = 2.53%
G = 46.62%
B = 50.84%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0CDDF1 (or 0x0CDDF1) is known color: Bright Turquoise. HEX triplet: 0C, DD and F1. RGB value is (12,221,241). Sum of RGB (Red+Green+Blue) = 12+221+241=474 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.53% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #0CDDF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDDF1 is #F3220E. Grayscale: #A0A0A0. Windows color (decimal): -15933967 or 15850764. OLE color: 15850764.

HSL color Cylindrical-coordinate representation of color #0CDDF1: hue angle of 185.24º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDDF1 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 12 221 241 -
CMYK 0.95 0.08 0 0.05
HSL 185.24º 0.91% 0.5% -
HSV(B) 185.24º 0.95% 0.95% -
XYZ 41.89 58.14 92.23 -
YUV 160.79 173.26 21.87 -
System Red Green Blue C M Y K H S L
Decimal 12 221 241 0.95 0.08 0 0.05 185.24 0.91 0.5
Hex C DD F1 5F 8 0 5 B9 5B 32
Octal 14 335 361 137 10 0 5 271 133 62
Binary 1100 11011101 11110001 1011111 1000 0 101 10111001 1011011 110010

Color Harmonies of #0CDDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDDF1

Black with #0CDDF1

Text Example


Text Example

White with #0CDDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,221,241); }

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

background-color css

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

 a { background-color: rgb(12,221,241); }

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

border-color css

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

 span { border-color: rgb(12,221,241); }

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