Html Css Color HEX #38DFF3 Turquoise

📋 copy color: '#38DFF3'

red 56 ◦ green 223 ◦ blue 243

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

Shades of Turquoise #38DFF3

Tints of Turquoise #38DFF3

RGB

 RED value IS 56 (22.27% from 255) = 10.73%

 GREEN value IS 223 (87.5% from 255) = 42.72%

 BLUE value IS 243 (95.31% from 255) = 46.55%

R = 10.73%
G = 42.72%
B = 46.55%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#38DFF3 (or 0x38DFF3) is known color: Turquoise. HEX triplet: 38, DF and F3. RGB value is (56,223,243). Sum of RGB (Red+Green+Blue) = 56+223+243=522 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.73% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #38DFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DFF3 is #C7200C. Grayscale: #AFAFAF. Windows color (decimal): -13049869 or 15982392. OLE color: 15982392.

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

Color convert

RGB 56 223 243 -
CMYK 0.77 0.08 0 0.05
HSL 186.42º 0.89% 0.59% -
HSV(B) 186.42º 0.77% 0.95% -
XYZ 44.2 60.09 94.06 -
YUV 175.35 166.17 42.87 -
System Red Green Blue C M Y K H S L
Decimal 56 223 243 0.77 0.08 0 0.05 186.42 0.89 0.59
Hex 38 DF F3 4D 8 0 5 BA 59 3B
Octal 70 337 363 115 10 0 5 272 131 73
Binary 111000 11011111 11110011 1001101 1000 0 101 10111010 1011001 111011

Color Harmonies of #38DFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DFF3

Black with #38DFF3

Text Example


Text Example

White with #38DFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38DFF3; }

 p { color: rgb(56,223,243); }

 H1.HeaderClassName
 {
   color: #38DFF3;
 }
 .AnyTagClassName
 {
   color: #38DFF3;
 }
</style>

background-color css

<style>
 a { background-color: #38DFF3; }

 a { background-color: rgb(56,223,243); }

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

border-color css

<style>
 span { border-color: #38DFF3; }

 span { border-color: rgb(56,223,243); }

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